Skip to content

Fix missing step ID in Docker workflow causing builder reference failure#41

Merged
kiliankoe merged 2 commits intoupdate-actionsfrom
copilot/sub-pr-40
Nov 24, 2025
Merged

Fix missing step ID in Docker workflow causing builder reference failure#41
kiliankoe merged 2 commits intoupdate-actionsfrom
copilot/sub-pr-40

Conversation

Copy link
Contributor

Copilot AI commented Nov 24, 2025

The docker_build_push.yml workflow referenced ${{ steps.buildx.outputs.name }} but the Docker Buildx setup step lacked the required id: buildx, causing the reference to fail.

Changes

  • Added id: buildx to the "Set up Docker Buildx" step to enable proper step output references
- name: Set up Docker Buildx
  id: buildx  # Added
  uses: docker/setup-buildx-action@v3

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: kiliankoe <2625584+kiliankoe@users.noreply.github.com>
Copilot AI changed the title [WIP] Update GitHub actions configuration Fix missing step ID in Docker workflow causing builder reference failure Nov 24, 2025
Copilot AI requested a review from kiliankoe November 24, 2025 16:24
@kiliankoe kiliankoe marked this pull request as ready for review November 24, 2025 16:25
@kiliankoe kiliankoe merged commit d03cc87 into update-actions Nov 24, 2025
@kiliankoe kiliankoe deleted the copilot/sub-pr-40 branch November 25, 2025 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants